chore: update pinned dependencies and add git workflow skill#326
Merged
Conversation
- Ignored major updates for `System.Text.Json`, `Microsoft.Extensions.Hosting`, and related packages - Pinned `Microsoft.CodeAnalysis` and `Microsoft.CodeAnalysis.CSharp` to version `5.3.0`
- Updated `LangVersion` to `14.0` for compatibility. - Replaced `System.Text.Json` with `System.Threading.Tasks.Extensions` dependency. - Added exclusion for `System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute` in PolySharp. - Enabled runtime-supported attributes in PolySharp configuration.
- Removed `AWSSDK.Core` package reference from Kinesis project. - Cleaned up project file to eliminate unnecessary dependencies.
- Updated `Autofac.Extensions.DependencyInjection` to `11.0.0`. - Updated `Scriban` to `7.0.6`. - Updated `System.Text.Json` to `[10.0.5, 11.0.0)` for `netstandard2.0` target. - Updated `Verify.XunitV3` to `31.15.0`. - Updated `OpenTelemetry.*` packages to latest `1.15.1` versions. - Added `OpenTelemetry.Instrumentation.AWSLambda` and `System.Threading.Tasks.Extensions`. - Removed redundant `OpenTelemetry.Instrumentation.AWSLambda` conditions in specific target groups.
- Removed `Amazon.Lambda.Core` package references from multiple projects: - ApiGateway, Envelopes, Sns, CloudWatchLogs, Kinesis, KinesisFirehose, Alb, and Kafka projects. - Streamlined project files by eliminating redundant dependencies.
- Added a new skill for automating Git workflows, including branching, committing, and pull requests. - Included detailed documentation for commit, branch, and PR workflows, following the Conventional Commits standard. - Added shared references for scope detection, file inclusion policy, conventional types, and safety rules. - Provided templates for pull request creation and release notes. - Examples for feature, fix, and CI scenarios to guide expected branch names, commit messages, and PR titles. - Implemented flexible and consistent naming and workflow rules, with safeguards to prevent destructive actions.
- Added a list of valid scopes for commit messages. - Updated formatting rules to reflect scope requirements. - Clarified examples for strict validation enforcement by CI.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #326 +/- ##
=======================================
Coverage 87.38% 87.38%
=======================================
Files 113 113
Lines 2814 2814
Branches 351 351
=======================================
Hits 2459 2459
Misses 254 254
Partials 101 101 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
This branch updates several pinned package versions, removes redundant Lambda package references, and adds a reusable local
git-workflowskill for commit/branch/PR automation. Together, these changes tighten repository dependency management and add a documented workflow for common git operations.Changes
Directory.Packages.propsAmazon.Lambda.CoreandAWSSDK.Corereferences from envelope projectsMinimalLambda.SourceGeneratorspackage references and PolySharp settings.github/dependabot.ymlwith additional ignore rules for selected major/version-specific updates.agents/skills/git-workflow/documentation, templates, and examples.claude/skills/git-workflowandskills-lock.jsonfor local skill registrationValidation
git diff main...HEADorigin/fix/dependabot-pinned-versionsNotes for Reviewers
Please review the
.github/dependabot.ymlchange closely, since thegithub-actionsentry currently includes a malformeddirectoryline in this branch diff.